(time-stamp-string): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Mon, 29 Jan 2001 16:58:40 +0000 (16:58 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 29 Jan 2001 16:58:40 +0000 (16:58 +0000)
lisp/time-stamp.el

index a6dcec78050638818a3d07bd26b9a99d278a5be6..1de7e5ad5ec112d519e190c069591cfceefe0bbb 100644 (file)
@@ -392,7 +392,8 @@ With arg, turn time stamping on if and only if arg is positive."
 
 (defun time-stamp-string (&optional ts-format)
   "Generate the new string to be inserted by \\[time-stamp].
-Optionally use FORMAT."
+Optionally use format TS-FORMAT instead of `time-stamp-format' to
+format the string."
   (or ts-format
       (setq ts-format time-stamp-format))
   (if (stringp ts-format)